Code blocks

The code blocks feature allows entering pieces of code in text notes.

Note that this feature is meant for generally small snippets of code. For larger files such as an entire log, see the dedicated [missing note] note type instead.

Inserting a code block

Syntax highlighting

Since TriliumNext v0.90.12, Trilium will try to offer syntax highlighting to the code block. Note that the syntax highlighting mechanism is slightly different than the one in Code Notes notes as different technologies are involved.

When the language is set to Auto-detected, Trilium will try to identify the programming language (or similar) that corresponds to the given snippet of text and highlight it. If this is problematic, consider changing the language of the code block manually.

When the language is set to Plain text, there will be no syntax highlighting.

Changing the language of a code block

Simply click anywhere inside the code block and press again the code block button in the Formatting toolbar:

Adjusting the list of languages

The code blocks feature shares the list of languages with the Code Notes note type.

The supported languages can be adjusted by going to Options, then Code Notes and looking for the Available MIME types in the dropdown section. Simply check any of the items to add them to the list, or uncheck them to remove them from the list.

Note that the list of languages is not immediately refreshed, you'd have to manually refresh the application.